home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / TAROT.SWF / scripts / DefineSprite_104 / frame_4 / DoAction.as
Text File  |  2003-11-17  |  196b  |  10 lines

  1. if(Math.floor(eval("_root.cartes.carte" + _root.numcarteschoisies[2])._x) == Math.floor(_root.cartes.emplacement2._x))
  2. {
  3.    _root.play();
  4.    gotoAndStop(1);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(3);
  9. }
  10.